home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / mac / General Interest / KeyQuencer 1.2.1 / Goodies / Cron link / KQ Macro for Cron - read me next >
Text File  |  1994-11-23  |  2KB  |  26 lines

  1. Alessandro Levi Montalcini
  2. C.so Re Umberto 10
  3. 10121 Torino
  4. Italy
  5. e-mail: LMontalcini@pmn.it
  6. anonymous ftp: //ftp.alpcom.it/software/mac/LMontalcini
  7.  
  8. KQMacro 1.2.1 for Cron 1.0d16 - November 1994
  9.  
  10. Ñ Chris Johnson's Cron is an extremely versatile timer that can execute common tasks at specified times. The KQMacro application provides a link between Cron and KeyQuencer, so that Cron can execute KeyQuencer macros at specified times. You can find the Cron package at one of the following sites:
  11.  
  12. anonymous ftp://ftp.cc.utexas.edu/pub/chrisj
  13. the web page http://gargravarr.cc.utexas.edu/cron/cron.html
  14. anonymous ftp://ftp.utexas.edu/pub/mac/util
  15. the web page http://www.utexas.edu/cc/microlib-mac/main.html
  16.  
  17. Ñ The KQMacro application is a cron command, and it is only useful for people using both the Cron timer and the KeyQuencer macro engine. Drop it in the Cron folder to install it, then use it as any other Cron command (read the Cron documentation for more info).
  18.  
  19. Ñ Here's a simple example that makes use of the KQMacro cron command:
  20. KQMacro "Message 'Hi there!'" "ShowClock 'Times' wait 30" "Play 'Indigo'"
  21. (the quotes are used by Cron to separate its parameters, so they are replaced by single quotes inside the KQ commands)
  22.  
  23. Ñ Long macros can be saved as text files with the Macro Editor and launched by Cron with a command like this one:
  24. KQMacro "Open macro sysdisk 'Long Macros:My Text Macro'"
  25. (assuming the macro to execute is in a text macro file named "My Text Macro" inside the "Long Macros" folder on the startup disk)
  26.